not-found.tsx 219 B

123456
  1. import ChannelNotFound from './_component/ChannelNotFound';
  2. // page.tsx / posts/page.tsx 의 notFound() 호출에 대한 경계(boundary).
  3. export default function ChannelNotFoundPage() {
  4. return <ChannelNotFound />;
  5. }